CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LINUX SOCKET SERVER

搜索资源列表

  1. udpsocket

    0下载:
  2. linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:白鸽
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. linux_socket

    0下载:
  2. linux socket客户端和服务器端程序,对初学socket编程的人很有帮助。-linux socket client and server-side procedures, the person learning socket programming helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1693
    • 提供者:杨彬
  1. socket

    0下载:
  2. linux 下的server/client socket 程式 -linux under the server/client socket program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2015
    • 提供者:王大元
  1. socket

    0下载:
  2. 简单的linux 套接字编程 客户端和服务器-Linux socket programming a simple client and server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1171
    • 提供者:xuechun
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket2

    0下载:
  2. 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:14249
    • 提供者:zhangwei
  1. socket

    0下载:
  2. 用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-10
    • 文件大小:17646068
    • 提供者:su
  1. RemoteProcedureCall

    0下载:
  2. Remote Procedure call implementation in C in Fedora 7(Linux).Socket Programming has been used. Both Server and Client programs has been given
  3. 所属分类:Web Server

    • 发布日期:2017-04-02
    • 文件大小:1335
    • 提供者:pagal
  1. ftpserver1

    0下载:
  2. C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:754
    • 提供者:pagal
  1. socket

    0下载:
  2. 本文档是linux下的socket客户端和服务器程序源码,可以通过此代码了解linux下的网络编程-This document is under linux socket client and server source code, you can understand this code network programming under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:海锐
  1. socket

    0下载:
  2. linux下的socket编程,有服务器端和客户端-socket programming under linux, there are server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:10629
    • 提供者:nemo
  1. c_socket_client_server

    1下载:
  2. linux环境下基于流式socket的客户端与服务器程序,程序涉及发送结构体,LINUX环境下连接mysql数据库。多路复用的I/O.注释详细-linux environment based on stream socket client and server program, the program involves sending structure, LINUX environment connecting mysql database. Multiplexed I/O. For more
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:2414
    • 提供者:
  1. socket

    0下载:
  2. 套接字服务器端,和客户端,一个简单的学习程序,在linux下跑。-socket server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:mr yang
  1. socket

    0下载:
  2. linux 客户端 服务器端 socket-linux client server-side socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2007
    • 提供者:liuxing
  1. communicatoon-based-on-SOCKET

    0下载:
  2. 基于IP传感器的监控软件能够对分布在网络上的作为独立节点的传感器进行数据采集、校准等操作,而在监控软件开发中,首先就要解决网络通信问题。本文以搭载了Linux操作系统的IP传感器(ARM核)作为下位机,在其上编程实现Socket通信的服务器端,提供Socket客户端的并发访问。以装有Windows的计算机作为上位机,在其 上编程实现Socket通信的客户端,实现对Socket服务器端的访问,解决了IP传感器网络监控平台的通信问题。 -The monitoring software based o
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:279486
    • 提供者:程文翔
  1. linux_socket

    0下载:
  2. linux下实现socket通信,在服务器和客户端可以实现相互发送消息。-Linux Socket server client
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:20794
    • 提供者:zhao
  1. Server

    0下载:
  2. socket服务器,提供高性能的通讯服务,支持linux系统-socket server,high performence conmunication server,support linux
  3. 所属分类:Linux Network

    • 发布日期:2017-05-15
    • 文件大小:3940840
    • 提供者:guowen
  1. Linux-Socket

    0下载:
  2. linux下运行SOCKET的客户端和服务器端程序,操作步骤写在readme.txt中-SOCKET client and server-side program running under linux, the steps in the readme.txt
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:4666
    • 提供者:shindow
  1. windows-to-linux-sockt

    0下载:
  2. Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window
  3. 所属分类:Remote Control

    • 发布日期:2017-11-05
    • 文件大小:135040
    • 提供者:zhongyin
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com